home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 7 (Internal Edition) / Apple R&P Lib Internal v7.0.iso / 5-Fonts & Software / Applications / Adobe Illustrator® 3.0 / PPD Folder / R6000505.PPD < prev    next >
Text File  |  1990-10-12  |  11KB  |  373 lines

  1. *% Adobe Systems PostScript(R) Printer Description File
  2. *% For "Ricoh PC Laser 6000/PS" version 50.5
  3. *% Produced by "BuildPPD.ps" version 3.0 edit 58
  4. *%
  5. *% Copyright 1988, 1989, 1990 Adobe Systems Incorporated.  
  6. *% All Rights Reserved.
  7. *% Permission is granted for redistribution of this file as
  8. *% long as this copyright notice is intact and the contents
  9. *% of the file is not altered in any way from its original form.
  10. *%
  11. *% The byte count of this file should be exactly 011339 or 011711
  12. *% depending on the filesystem it resides in.
  13. *%
  14. *% Date: 3/13/90
  15. *%
  16. *FormatVersion: "3.0"
  17. *FileVersion: "1.1"
  18. *LanguageVersion: English
  19.  
  20. *Product: "(Ricoh PC Laser 6000/PS)"
  21. *PSVersion: "(50.5) 0"
  22. *NickName: "Ricoh PC Laser 6000/PS v50.5"
  23.  
  24. *% General Information and Defaults ===============
  25. *FreeVM: "405906 " 
  26. *ColorDevice: False
  27. *VariablePaperSize: False
  28. *FileSystem: False
  29. *?FileSystem: "/initializedisk where{pop(True)}{(False)} ifelse = flush"
  30.  
  31. *Throughput: "6" 
  32. *Password: "0"
  33. *ExitServer: "
  34.   count 0 eq {  % is the password on the stack?
  35.     true 
  36.   }{
  37.     dup    % potential password
  38.     statusdict begin checkpassword end not 
  39.   } ifelse 
  40.   {  %  if no password or not valid 
  41.     (WARNING : Cannot perform the exitserver command.) = 
  42.     (Password supplied is not valid.) = 
  43.     (Please contact the author of this software.) = flush
  44.     quit 
  45.   } if 
  46.   serverdict begin exitserver
  47. "
  48. *End
  49.  
  50. *Reset: "
  51.   count 0 eq {  % is the password on the stack?
  52.     true 
  53.   }{
  54.     dup    % potential password
  55.     statusdict begin checkpassword end not 
  56.   } ifelse 
  57.   {  %  if no password or not valid 
  58.     (WARNING : Cannot reset printer.) = 
  59.     (Password supplied is not valid.) = 
  60.     (Please contact the author of this software.) = flush
  61.     quit 
  62.   } if 
  63.   serverdict begin exitserver
  64.   systemdict /quit get exec 
  65.   (WARNING : Printer Reset Failed.) = flush
  66. "
  67. *End
  68.  
  69. *DefaultResolution: 300dpi
  70. *?Resolution: "
  71. save
  72.   initgraphics
  73.   0 0 moveto currentpoint matrix defaultmatrix transform
  74.   0 72 lineto currentpoint matrix defaultmatrix transform
  75.   3 -1 roll sub dup mul
  76.   3 1 roll exch sub dup mul
  77.   add sqrt round cvi
  78.   (          ) cvs print (dpi) = flush
  79. restore
  80. "
  81. *End
  82.  
  83. *% Halftone Information ===============
  84. *ScreenFreq: "60.0"
  85. *ScreenAngle: "45.0"
  86. *DefaultScreenProc: Dot
  87. *ScreenProc Dot: "
  88. {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1 
  89. sub }{dup mul exch dup mul add 1 exch sub }ifelse }
  90. "
  91. *End
  92. *ScreenProc Line: "{ pop }"
  93. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  94.  
  95. *DefaultTransfer: Null
  96. *Transfer Null: "{ }" 
  97. *Transfer Null.Inverse: "{ 1 exch sub }"
  98.  
  99. *% Paper Handling ===================
  100.  
  101. *% Use these entries to set paper size most of the time, unless there is
  102. *% specific reason to use PageRegion or PaperTray.
  103. *DefaultPageSize: Letter
  104. *PageSize Letter: "statusdict begin lettertray end"
  105. *PageSize Legal: "statusdict begin legaltray end"
  106. *PageSize A4: "statusdict begin a4tray end"
  107. *PageSize A5: "statusdict begin a5tray end"
  108. *PageSize B5: "statusdict begin b5tray end"
  109. *PageSize Statement: "statusdict begin halflettertray end"
  110. *?PageSize: "
  111.    save statusdict begin
  112.    6 dict begin
  113.    /1 (Statement) def
  114.    /2 (Legal) def
  115.    /3 (Letter) def 
  116.    /4 (B5) def 
  117.    /5 (A5) def
  118.    /6 (A4) def
  119.    papertray
  120.    papersize 
  121.      {( ) cvs cvn load exec} stopped not{= flush}{(Unknown) = flush}ifelse
  122.    end 
  123. end
  124. restore
  125. "
  126. *End
  127.  
  128. *% These entries will set up the frame buffer. Usually used with manual feed.
  129. *DefaultPageRegion: Letter
  130. *PageRegion Letter: "letter"
  131. *PageRegion Legal: "legal"
  132. *PageRegion A4: "a4"
  133. *PageRegion A5: "a5"
  134. *PageRegion B5: "b5"
  135. *PageRegion Statement: "statement"
  136.  
  137. *% These entries will invoke a particular tray--error may occur if tray is not inserted.
  138. *% These errors should be trapped by software and a message displayed
  139. *DefaultPaperTray: None
  140. *PaperTray Letter: "statusdict begin lettertray end"
  141. *PaperTray Legal: "statusdict begin legaltray end"
  142. *PaperTray A4: "statusdict begin a4tray end"
  143. *PaperTray A5: "statusdict begin a5tray end"
  144. *PaperTray B5: "statusdict begin b5tray end"
  145. *PaperTray Statement: "statusdict begin halflettertray end"
  146. *?PaperTray: "
  147.    save statusdict begin
  148.    6 dict begin
  149.    /1 (Statement) def
  150.    /2 (Legal) def
  151.    /3 (Letter) def 
  152.    /4 (B5) def 
  153.    /5 (A5) def
  154.    /6 (A4) def
  155.    papertray
  156.    papersize 
  157.      {( ) cvs cvn load exec} stopped not{= flush}{(Unknown) = flush}ifelse
  158.    end 
  159. end
  160. restore
  161. "
  162. *End
  163.  
  164. *% The following entries provide information about specific paper keywords.
  165. *DefaultImageableArea: Letter
  166. *ImageableArea Letter: "17 16 595 776 "
  167. *ImageableArea Legal: "17 16 595 992 "
  168. *ImageableArea A4: "14 15 581 827 "
  169. *ImageableArea A5: "12 13 407 583 "
  170. *ImageableArea B5: "13 13 503 716 "
  171. *ImageableArea Statement: "12 15 384 597 "
  172. *?ImageableArea: "
  173.  save /cvp { cvi (            ) cvs print ( ) print } bind def
  174.   newpath clippath pathbbox
  175.   4 -2 roll exch 2 {ceiling cvp} repeat
  176.   exch 2 {floor cvp} repeat flush
  177.  restore
  178. "
  179. *End
  180.  
  181. *% These provide the physical dimensions of the paper (by keyword)
  182. *DefaultPaperDimension: Letter
  183. *PaperDimension Letter: "612 792"
  184. *PaperDimension Legal: "612 1008"
  185. *PaperDimension A4: "595 842"
  186. *PaperDimension A5: "420 595"
  187. *PaperDimension B5: "516 729"
  188. *PaperDimension Statement: "396 612"
  189.  
  190. *DefaultInputSlot: Upper
  191. *InputSlot Upper: "statusdict begin 0 setpapertray end"
  192. *InputSlot Lower: "statusdict begin 1 setpapertray end"
  193.  
  194. *?InputSlot: "
  195.  save statusdict begin
  196.   2 dict begin
  197.    /0 (Upper) def
  198.    /1 (Lower) def
  199.    papertray 
  200.      {( ) cvs cvn load exec} stopped not{= flush}if
  201.   end
  202.  end restore
  203. "
  204. *End
  205.  
  206. *DefaultManualFeed: False
  207. *?ManualFeed: "
  208.   statusdict /manualfeed get
  209.   {(True)}{(False)}ifelse = flush"
  210. *End
  211. *ManualFeed True: "statusdict begin /manualfeed true store end"
  212. *ManualFeed False: "statusdict begin /manualfeed false store end"
  213.  
  214. *DefaultOutputBin: Upper
  215. *DefaultOutputOrder: Normal
  216. *?OutputOrder: "
  217.       save statusdict begin
  218.       pagestackorder {(Normal)}{(Reverse)} ifelse = flush
  219.       end restore
  220. "
  221. *End
  222.  
  223. *DefaultCollator: None
  224. *DefaultDuplex: None
  225. *DefaultSorter: None
  226.  
  227. *% Font Information =====================
  228.  
  229. *DefaultFont: Courier
  230. *Font AvantGarde-Book: Standard "(001.002)"
  231. *Font AvantGarde-BookOblique: Standard "(001.002)"
  232. *Font AvantGarde-Demi: Standard "(001.003)"
  233. *Font AvantGarde-DemiOblique: Standard "(001.003)"
  234. *Font Bookman-Demi: Standard "(001.001)"
  235. *Font Bookman-DemiItalic: Standard "(001.001)"
  236. *Font Bookman-Light: Standard "(001.001)"
  237. *Font Bookman-LightItalic: Standard "(001.001)"
  238. *Font Courier: Standard "(001.004)"
  239. *Font Courier-Bold: Standard "(001.004)"
  240. *Font Courier-BoldOblique: Standard "(001.004)"
  241. *Font Courier-Oblique: Standard "(001.004)"
  242. *Font Helvetica: Standard "(001.002)"
  243. *Font Helvetica-Bold: Standard "(001.002)"
  244. *Font Helvetica-BoldOblique: Standard "(001.002)"
  245. *Font Helvetica-Condensed: Standard "(001.001)"
  246. *Font Helvetica-Condensed-Bold: Standard "(001.002)"
  247. *Font Helvetica-Condensed-BoldObl: Standard "(001.002)"
  248. *Font Helvetica-Condensed-Oblique: Standard "(001.001)"
  249. *Font Helvetica-Oblique: Standard "(001.002)"
  250. *Font NewCenturySchlbk-Bold: Standard "(001.006)"
  251. *Font NewCenturySchlbk-BoldItalic: Standard "(001.004)"
  252. *Font NewCenturySchlbk-Italic: Standard "(001.003)"
  253. *Font NewCenturySchlbk-Roman: Standard "(001.004)"
  254. *Font Palatino-Bold: Standard "(001.002)"
  255. *Font Palatino-BoldItalic: Standard "(001.002)"
  256. *Font Palatino-Italic: Standard "(001.002)"
  257. *Font Palatino-Roman: Standard "(001.001)"
  258. *Font Symbol: Special "(001.003)"
  259. *Font Times-Bold: Standard "(001.002)"
  260. *Font Times-BoldItalic: Standard "(001.004)"
  261. *Font Times-Italic: Standard "(001.002)"
  262. *Font Times-Roman: Standard "(001.002)"
  263. *Font ZapfChancery-MediumItalic: Standard "(001.003)"
  264. *Font ZapfDingbats: Special "(001.002)"
  265.  
  266. *?FontQuery: "
  267. save  4 dict begin /sv exch def
  268. /str (fonts/                              ) def
  269. /st2 128 string def
  270. {
  271.   count 0 gt {
  272.     dup st2 cvs (/) print print (:) print
  273.     dup FontDirectory exch known {pop (Yes)}{
  274.      str exch st2 cvs dup length /len exch def
  275.      6 exch putinterval str 0 len 6 add getinterval mark exch
  276.      { } st2 filenameforall counttomark 0 gt {
  277.       cleartomark (Yes)}{cleartomark (No)}ifelse
  278.     }ifelse = flush
  279.   }{ exit } ifelse
  280. } bind loop
  281. (*) = flush
  282. sv end restore
  283. "
  284. *End
  285.  
  286. *?FontList: "
  287. save  2 dict begin /sv exch def
  288. /str 128 string def
  289. FontDirectory { pop == } bind forall flush
  290. /filenameforall where { 
  291.  pop save (fonts/*) { 
  292.   dup length 6 sub 6 exch getinterval cvn == 
  293.  } bind str filenameforall flush restore
  294. } if 
  295. (*) = flush
  296. sv end restore
  297. "
  298. *End
  299.  
  300. *% Printer Messages (verbatim from printer);
  301.  
  302. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  303. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  304. *Message: "\FontName\ not found, using Courier"
  305.  
  306. *% Status (format: %%[ status: <one of these> ]%% )
  307.  
  308. *Status: "idle"
  309. *Status: "busy"
  310. *Status: "waiting"
  311. *Status: "printing"
  312. *Status: "warming up"
  313.  
  314. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  315.  
  316. *Source: "serial9"
  317. *Source: "serial25"
  318. *Source: "AppleTalk"
  319. *Source: "Centronics"
  320.  
  321. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  322.  
  323. *PrinterError: " Printer error"
  324. *PrinterError: "both trays out of paper"
  325. *PrinterError: "   Paper jam:"
  326. *PrinterError: "  Maintenance"
  327. *PrinterError: "Option tray err."
  328. *PrinterError: "  Engine error"
  329. *PrinterError: "  Out of paper"
  330. *PrinterError: "   Cover open"
  331.  
  332. *%DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  333.  
  334. *% Color Separation Information =====================
  335.  
  336. *DefaultColorSep: ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi
  337.  
  338. *InkName: ProcessBlack/Process Black
  339. *InkName: CustomColor/Custom Color
  340. *InkName: ProcessCyan/Process Cyan
  341. *InkName: ProcessMagenta/Process Magenta
  342. *InkName: ProcessYellow/Process Yellow
  343.  
  344. *%  For 60 lpi / 300 dpi  ===============================
  345.  
  346. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
  347. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
  348. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
  349. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
  350. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
  351.  
  352. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  353. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  354. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  355. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  356. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  357.  
  358. *%  For 53 lpi / 300 dpi  ===============================
  359.  
  360. *ColorSepScreenAngle ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  361. *ColorSepScreenAngle CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  362. *ColorSepScreenAngle ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "71.5651"
  363. *ColorSepScreenAngle ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "18.4349"
  364. *ColorSepScreenAngle ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "0.0"
  365.  
  366. *ColorSepScreenFreq ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  367. *ColorSepScreenFreq CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  368. *ColorSepScreenFreq ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  369. *ColorSepScreenFreq ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  370. *ColorSepScreenFreq ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "50.0"
  371.  
  372. *% end of PPD file for Ricoh PC Laser 6000/PS
  373.